home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Guck rein! / Shareware / Pov-Ray / POV-Ray (68040) / POV-Ray (68040).rsrc / TEXT_202_declare.txt < prev    next >
Encoding:
Text File  |  1994-03-29  |  146 b   |  4 lines

  1. // define an identifier ("ID" gets replaced by "xxx‚Ķ")
  2. // #declare ID = xxx‚Ķ
  3. #declare myTexture = texture { pigment { agate scale <1,3,1> } }
  4.